home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
windows
/
games
/
err.bat
< prev
next >
Wrap
DOS Batch File
|
1993-01-22
|
84b
|
7 lines
arj t %1
if errorlevel 1 goto errfile
goto end
:errfile
dir %1 >> x:\err
:end